net.ipv6ZoneCache.toName (field)
7 uses
net (current package)
interface.go#L196: toName map[int]string // interface index to its name
interface.go#L201: toName: make(map[int]string),
interface.go#L222: zc.toName = make(map[int]string, len(ift))
interface.go#L225: if _, ok := zc.toName[ifi.Index]; !ok {
interface.go#L226: zc.toName[ifi.Index] = ifi.Name
interface.go#L238: name, ok := zoneCache.toName[index]
interface.go#L243: name, ok = zoneCache.toName[index]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |